curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>"
}Retrieve detailed information about a specific project by its unique identifier. Returns project metadata including name, quotas, usage statistics, and configuration.
curl --request GET \
--url https://api.onetsolutions.net/v1/organizations/{organization_id}/projects/{id} \
--header 'Authorization: Bearer <token>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"instance_quota": 2147483647,
"domain_quota": 2147483647,
"logo": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://help.onetsolutions.net/llms.txt
Use this file to discover all available pages before exploring further.
Use Authorization: Bearer <token> header. Token can be a JWT token or an API key (format: sk-onetsolutions-...).
A UUID string identifying this project.
A UUID string identifying the organization.
Project details retrieved successfully